projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6f9d9
)
(kbd-macro-query): Fix prompt string.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 12 May 1993 23:56:18 +0000
(23:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 12 May 1993 23:56:18 +0000
(23:56 +0000)
lisp/macros.el
patch
|
blob
|
history
diff --git
a/lisp/macros.el
b/lisp/macros.el
index 2ff40f81f9b3cd367f6084bac0488108aa4c3f52..43b5b2ae9450c53abb7400ce9915eb57fcfa8066 100644
(file)
--- a/
lisp/macros.el
+++ b/
lisp/macros.el
@@
-128,7
+128,7
@@
Your options are: \\<query-replace-map>
(let ((loop t)
(msg (substitute-command-keys
"Proceed with macro?\\<query-replace-map>\
- (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]")))
+ (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]
)
")))
(while loop
(let ((key (let ((executing-macro nil)
(defining-kbd-macro nil))